home *** CD-ROM | disk | FTP | other *** search
/ Super PC 28 / Super PC 28 (Shareware para Windows 95 y MS-DOS).iso / spc / win / dido3 / source / mci1.c < prev    next >
Encoding:
Text File  |  1994-12-12  |  180 b   |  4 lines

  1.     mciSendString( "OPEN MYMOVIE.MPG ALIAS MOVIE", NULL, 0, NULL ); 
  2.     mciSendString( "PLAY MOVIE WAIT", NULL, 0, NULL ); 
  3.     mciSendString( "CLOSE MOVIE", NULL, 0, NULL ); 
  4.